config: remove ellipse/database from autogalaxy no_run fallback#89
Merged
Conversation
Drop the `ellipse/database` skip entry from the `autogalaxy:` section of autobuild/config/no_run.yaml. This was the fallback skip rule for the script while the ellipse refactor was pending. With PyAutoGalaxy #408 / #410 / #412 (ellipse JAX refactor, merged 2026-05-14) and PyAutoFit #1270 (Drawer from_dict fix) landed, autogalaxy_workspace scripts/ellipse/database.py now runs cleanly under PYAUTO_TEST_MODE=2 and the fallback is no longer needed. Paired with autogalaxy_workspace PR that removes the same script from its config/build/no_run.yaml. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remove the
ellipse/databaseentry from theautogalaxy:section ofautobuild/config/no_run.yaml. This was the fallback skip rule for the script when the ellipse refactor was outstanding. With PyAutoGalaxy #408 / #410 / #412 (ellipse JAX refactor, merged 2026-05-14) and PyAutoFit #1270 (Drawerfrom_dictfix) shipped,autogalaxy_workspace/scripts/ellipse/database.pynow runs cleanly underPYAUTO_TEST_MODE=2and the fallback is no longer needed.Paired with the autogalaxy_workspace PR that removes the same script from its
config/build/no_run.yaml.Files Changed
autobuild/config/no_run.yaml— remove- ellipse/database # Ellipse model needs refactor and JAX supportfrom theautogalaxy:sectionUpstream PR
from_dictfixTest Plan
autogalaxy_workspace/scripts/ellipse/database.pyunderPYAUTO_TEST_MODE=2with the entry removedtests/) pass🤖 Generated with Claude Code